home *** CD-ROM | disk | FTP | other *** search
- Peter Janssens method of using QMX 1.04 with "RemoteAccess" BBS software:
-
-
- I call QMX from the BBS with a type 7.
- Optionline to call QMX is:
-
- *C /C C:\Ra\Misc\Qmx.Bat *N *! *H *M
-
- *N = nodenumber
- *! = do not subtract time spent in QMX from user's time
- *H = leave fossil hot
- *M = Swap RA to disk thus leaving only 20Kb in memory
-
-
- Here's my batchfile to fire up QMX from RA:
-
- <start>
- Set TCNODE=%1
- If Not %1==1 Goto Otherline
- Cd\Msgbase
- Copy \Ra\ExitInfo.BBS
- Copy \Ra\DorInfo1.Def
- Qmx
- Cd\Ra\Line1
- Goto Exit
- :Otherline
- Cd\Msgbase
- Copy \Ra\Line%1\ExitInfo.BBS Exitinf%1.BBS
- Copy \Ra\Line%1\DorInfo1.Def DorInfo%1.Def
- Qmx
- Cd\Ra\Line%1
- :Exit
- <end>
-